configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module / ptpv2 / instances / instance[ID] / global / smpte-st-2059-2

CLI REST-API

system-jam-hour

system-jam-hour
This is a read-write object and valid values are unsigned integers within a range of 0-23.

Datatype-Help:
value must be between 0 and 23.



Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/use-profile-extensions
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-frame-rate
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/drop-frame
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/color-frame-indication
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-mode
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-minute
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-day
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-month
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-year

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2
Body:
{
  "system-jam-hour": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2 -d
{
  "system-jam-hour": 0
}